-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicitly build with O2 to avoid build errors #45201
Conversation
cms-bot internal usage |
please test for CMSSW_14_1_NONLTO_X |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45201/40550
|
A new Pull Request was created by @smuzaffar for master. It involves the following packages:
@makortel, @srimanob, @mdhildreth, @civanch, @Dr15Jones, @subirsarkar, @bsunanda can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-011707/39843/summary.html Comparison SummarySummary:
|
Hi @smuzaffar |
please test @srimanob , #45201 (comment) is comparison between LTO and NONLTO builds, so yes the comparison differences are expected. I have restarted the tests for master/default/lto IB and there should not be any differences |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-011707/39846/summary.html Comparison SummarySummary:
|
+1 |
+Upgrade Thanks @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
This should fix the build errors for NONLTO IBs which were first shown when we enabled
-O3
. This might be relatged to https://rkoucha.fr/tech_corner/nonnull_gcc_attribute.html ( as mentioned here ). This change explicitly use-O2
for the source files which failed to compile using-O3
. Otherwise option is that we use-Wno-error=nonnull
which will turn the build error in to warning.[a] https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/el8_amd64_gcc12/CMSSW_14_1_NONLTO_X_2024-06-11-1100/Geometry/HGCalCommonData